GET api/programs/price?programIds[0]={programIds[0]}&programIds[1]={programIds[1]}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| programIds | Collection of globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProgramPrice| Name | Description | Type | Additional information |
|---|---|---|---|
| ProgramId | globally unique identifier |
None. |
|
| ProductsPrice | Collection of ProductPrice |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProgramId": "b24406d3-c25a-4209-9a30-b4b7c44b816f",
"ProductsPrice": [
{
"Name": "sample string 1",
"ProductId": "3721902c-7a3a-4cf0-b7d7-1c8a7a1d252c",
"Price": {
"Value": 1.0
}
},
{
"Name": "sample string 1",
"ProductId": "3721902c-7a3a-4cf0-b7d7-1c8a7a1d252c",
"Price": {
"Value": 1.0
}
}
]
},
{
"ProgramId": "b24406d3-c25a-4209-9a30-b4b7c44b816f",
"ProductsPrice": [
{
"Name": "sample string 1",
"ProductId": "3721902c-7a3a-4cf0-b7d7-1c8a7a1d252c",
"Price": {
"Value": 1.0
}
},
{
"Name": "sample string 1",
"ProductId": "3721902c-7a3a-4cf0-b7d7-1c8a7a1d252c",
"Price": {
"Value": 1.0
}
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfProgramPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models">
<ProgramPrice>
<ProductsPrice>
<ProductPrice>
<Name>sample string 1</Name>
<Price xmlns:d5p1="http://schemas.microsoft.com/xrm/2011/Contracts">
<d5p1:Value>1</d5p1:Value>
</Price>
<ProductId>3721902c-7a3a-4cf0-b7d7-1c8a7a1d252c</ProductId>
</ProductPrice>
<ProductPrice>
<Name>sample string 1</Name>
<Price xmlns:d5p1="http://schemas.microsoft.com/xrm/2011/Contracts">
<d5p1:Value>1</d5p1:Value>
</Price>
<ProductId>3721902c-7a3a-4cf0-b7d7-1c8a7a1d252c</ProductId>
</ProductPrice>
</ProductsPrice>
<ProgramId>b24406d3-c25a-4209-9a30-b4b7c44b816f</ProgramId>
</ProgramPrice>
<ProgramPrice>
<ProductsPrice>
<ProductPrice>
<Name>sample string 1</Name>
<Price xmlns:d5p1="http://schemas.microsoft.com/xrm/2011/Contracts">
<d5p1:Value>1</d5p1:Value>
</Price>
<ProductId>3721902c-7a3a-4cf0-b7d7-1c8a7a1d252c</ProductId>
</ProductPrice>
<ProductPrice>
<Name>sample string 1</Name>
<Price xmlns:d5p1="http://schemas.microsoft.com/xrm/2011/Contracts">
<d5p1:Value>1</d5p1:Value>
</Price>
<ProductId>3721902c-7a3a-4cf0-b7d7-1c8a7a1d252c</ProductId>
</ProductPrice>
</ProductsPrice>
<ProgramId>b24406d3-c25a-4209-9a30-b4b7c44b816f</ProgramId>
</ProgramPrice>
</ArrayOfProgramPrice>